home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir42 / foxpak10.zip / Q&A.TXT < prev    next >
Text File  |  1994-08-26  |  4KB  |  123 lines

  1. ------------------------------------------------------------------------
  2.                   ANSWERS TO COMMONLY ASKED QUESTIONS
  3. ------------------------------------------------------------------------
  4. TABLE OF CONTENTS
  5.  
  6. 1   How do I obtain product support?
  7.  
  8. 2   When I start FoxPak, an an error 1195 occurs with the message "Object
  9.     file '<file>' is the wrong version."  What's wrong?
  10.  
  11. 3   When I open the library file, an error number 1711 occurs with the
  12.     message "API library revision mismatch."  What's wrong?
  13.  
  14. 4   When I open the library file, an error number 1709 occurs with the
  15.     message "Cannot load 16-bit API interface."  What's wrong?
  16.  
  17. 5   An error number 1001 occurs with the message "Feature not available."
  18.     What's wrong?
  19.  
  20. 6   When I call ZERRSYS() or ZERRLOG(), the screen clears.  What's wrong?
  21.  
  22. 7   When I press F1 for help on a FoxPro dialog, FoxPak Help is displayed
  23.     instead.  What's wrong?
  24.  
  25. ------------------------------------------------------------------------
  26. Question 1
  27.  
  28. How do I obtain product support?
  29.  
  30. Answer 1
  31.  
  32. If you have a problem or question, first consult this Q&A.TXT file or the
  33. online help facility.  If you cannot find the answer, contact product
  34. support in one of the following ways.
  35.  
  36. -   Send e-mail via CompuServe: 70401,2012 or Internet:
  37.     70401.2012@compuserve.com
  38.  
  39. -   Call (206) 285-8116 at any time.
  40.  
  41. -   Fax your question or problem to us at (206) 644-5383, available 24
  42.     hours a day.
  43.  
  44. -   Send mail to Jigsoft Product Support, P.O. Box 52706, Bellevue, WA
  45.     98015-2706.
  46.  
  47. ------------------------------------------------------------------------
  48. Question 2
  49.  
  50. When I start FoxPak, an an error 1195 occurs with the message "Object file
  51. '<file>' is the wrong version."  What's wrong?
  52.  
  53. Answer 2
  54.  
  55. The version of FoxPro you are using is incompatible with FoxPak.  This
  56. version of FoxPak supports FoxPro 2.5/2.6 for DOS and Windows.
  57.  
  58. ------------------------------------------------------------------------
  59. Question 3
  60.  
  61. When I open the library file, an error number 1711 occurs with the message
  62. "API library revision mismatch."  What's wrong?
  63.  
  64. Answer 3
  65.  
  66. See Answer 2.
  67.  
  68. ------------------------------------------------------------------------
  69. Question 4
  70.  
  71. When I open the library file, an error number 1709 occurs with the message
  72. "Cannot load 16-bit API interface."  What's wrong?
  73.  
  74. Answer 4
  75.  
  76. If you are using the Extended version of FoxPro for DOS and your FoxPro
  77. configuration file (CONFIG.FP) contains DOSMEM=ON, a library file cannot be
  78. opened.  This is because all DOS memory is used by FoxPro, leaving no
  79. available memory for the library file.
  80.  
  81. Set DOSMEM=OFF or specify the amount of DOS memory you want to reserve for
  82. opening library files.  For more information, see Configuring FoxPro in
  83. FoxPro's online help facility.
  84.  
  85. Note that the DOSMEM setting is ignored if you run FoxPro for DOS from
  86. within Windows.
  87.  
  88. ------------------------------------------------------------------------
  89. Question 5
  90.  
  91. An error number 1001 occurs with the message "Feature not available."
  92. What's wrong?
  93.  
  94. Answer 5
  95.  
  96. This is an erroneous FoxPro message that occurs when available memory is
  97. insufficient.  Even if you free memory, this message may recur until you
  98. restart FoxPro.
  99.  
  100. ------------------------------------------------------------------------
  101. Question 6
  102.  
  103. When I call ZERRSYS() or ZERRLOG(), the screen clears.  What's wrong?
  104.  
  105. Answer 6
  106.  
  107. This is caused by an anomaly in FoxPro 2.5 for Windows.  If text is
  108. displayed on the last three rows of the screen, the LIST ... NOCONSOLE
  109. command clears the screen.  Solutions include saving and restoring the
  110. screen (with SAVE SCREEN and RESTORE SCREEN) and upgrading to FoxPro 2.6.
  111.  
  112. ------------------------------------------------------------------------
  113. Question 7
  114.  
  115. When I press F1 for help on a FoxPro dialog, FoxPak Help is displayed
  116. instead.  What's wrong?
  117.  
  118. Answer 7
  119.  
  120. When you press F1 on a FoxPro dialog, FoxPro always opens the Help window
  121. for the current help file.  To switch to FoxPro help, issue SET HELP TO in
  122. the Command window.
  123.